Telemetry
Types of Measurements the telemetry module is equipped to handle
Content copied to clipboard
meshtastic.Telemetry
Types
Properties
Functions
Link copied to clipboard
inline fun TelemetryProtos.Telemetry.copy(block: TelemetryKt.Dsl.() -> Unit): TelemetryProtos.Telemetry
inline fun TelemetryProtos.Telemetry.copy(block: TelemetryKt.Dsl.() -> Unit): TelemetryProtos.Telemetry
inline fun TelemetryProtos.Telemetry.copy(block: TelemetryKt.Dsl.() -> Unit): TelemetryProtos.Telemetry
inline fun TelemetryProtos.Telemetry.copy(block: TelemetryKt.Dsl.() -> Unit): TelemetryProtos.Telemetry
Link copied to clipboard
Air quality metrics
Content copied to clipboard
.meshtastic.AirQualityMetrics air_quality_metrics = 4;
Link copied to clipboard
Air quality metrics
Content copied to clipboard
.meshtastic.AirQualityMetrics air_quality_metrics = 4;
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Key native device metrics such as battery level
Content copied to clipboard
.meshtastic.DeviceMetrics device_metrics = 2;
Link copied to clipboard
Key native device metrics such as battery level
Content copied to clipboard
.meshtastic.DeviceMetrics device_metrics = 2;
Link copied to clipboard
Weather station or other environmental metrics
Content copied to clipboard
.meshtastic.EnvironmentMetrics environment_metrics = 3;
Link copied to clipboard
Weather station or other environmental metrics
Content copied to clipboard
.meshtastic.EnvironmentMetrics environment_metrics = 3;
Link copied to clipboard
Health telemetry metrics
Content copied to clipboard
.meshtastic.HealthMetrics health_metrics = 7;
Link copied to clipboard
Health telemetry metrics
Content copied to clipboard
.meshtastic.HealthMetrics health_metrics = 7;
Link copied to clipboard
Linux host metrics
Content copied to clipboard
.meshtastic.HostMetrics host_metrics = 8;
Link copied to clipboard
Linux host metrics
Content copied to clipboard
.meshtastic.HostMetrics host_metrics = 8;
Link copied to clipboard
Local device mesh statistics
Content copied to clipboard
.meshtastic.LocalStats local_stats = 6;
Link copied to clipboard
Local device mesh statistics
Content copied to clipboard
.meshtastic.LocalStats local_stats = 6;
Link copied to clipboard
Link copied to clipboard
Power Metrics
Content copied to clipboard
.meshtastic.PowerMetrics power_metrics = 5;
Link copied to clipboard
Power Metrics
Content copied to clipboard
.meshtastic.PowerMetrics power_metrics = 5;
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Air quality metrics
Content copied to clipboard
.meshtastic.AirQualityMetrics air_quality_metrics = 4;
Link copied to clipboard
Key native device metrics such as battery level
Content copied to clipboard
.meshtastic.DeviceMetrics device_metrics = 2;
Link copied to clipboard
Weather station or other environmental metrics
Content copied to clipboard
.meshtastic.EnvironmentMetrics environment_metrics = 3;
Link copied to clipboard
Health telemetry metrics
Content copied to clipboard
.meshtastic.HealthMetrics health_metrics = 7;
Link copied to clipboard
Linux host metrics
Content copied to clipboard
.meshtastic.HostMetrics host_metrics = 8;
Link copied to clipboard
Local device mesh statistics
Content copied to clipboard
.meshtastic.LocalStats local_stats = 6;
Link copied to clipboard
Power Metrics
Content copied to clipboard
.meshtastic.PowerMetrics power_metrics = 5;
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun parseDelimitedFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): TelemetryProtos.Telemetry
Link copied to clipboard
open fun parseFrom(data: Array<Byte>, extensionRegistry: ExtensionRegistryLite): TelemetryProtos.Telemetry
open fun parseFrom(data: ByteString, extensionRegistry: ExtensionRegistryLite): TelemetryProtos.Telemetry
open fun parseFrom(input: CodedInputStream, extensionRegistry: ExtensionRegistryLite): TelemetryProtos.Telemetry
open fun parseFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): TelemetryProtos.Telemetry
open fun parseFrom(data: ByteBuffer, extensionRegistry: ExtensionRegistryLite): TelemetryProtos.Telemetry
Link copied to clipboard
Link copied to clipboard